home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
comm
/
misc
/
xqsrc1_7.lzh
/
makedoc
< prev
next >
Wrap
Text File
|
1993-03-13
|
478b
|
33 lines
/*
* Make xferq.library documentation
*/
parse arg pwfile docfile
/*
* Set up the printer device to use a transparent homebrew ANSI
* printer driver.
*/
address command
'printer sys:prefs/presets/ansi.printer use'
/*
* Use CMD to redirect the printer output to a file.
*/
'run cmd parallel ' || docfile
/*
* The docs are done in ProWrite. So... :-)
*/
'run bin:prowrite/prowrite ' || pwfile
'WaitForPort "ProWrite"'
address "ProWrite"
'PrintOne'
'Quit'